home *** CD-ROM | disk | FTP | other *** search
/ MacHack 1997 / MacHack 1997.toast / Hacks / Hacks ’96 / PredatorPrey / GetMyHelpProc.h < prev    next >
Text File  |  1996-06-22  |  173b  |  12 lines

  1. /*    GetMyHelpProc.h    */
  2.  
  3. #ifndef __GMH__
  4. #define __GMH__
  5.  
  6. #define        helpCount            8
  7.  
  8. void    GetMyHelpSeg    (void);
  9.  
  10. void    GetMyHelpList    ( ListHandle        helpList );
  11.  
  12. #endif    /*    __GMH__    */